{
  "name": "Empire Cabal",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 8100,
      "name": "Entrance to the Palace",
      "exits": {
        "North": 8101,
        "South": 8109
      }
    },
    {
      "id": 8101,
      "name": "Standing in the Courtyard",
      "exits": {
        "North": 8102,
        "South": 8100
      }
    },
    {
      "id": 8102,
      "name": "The Inner Gates",
      "exits": {
        "North": 8103,
        "South": 8101
      }
    },
    {
      "id": 8103,
      "name": "Within the Palace of Dominace",
      "exits": {
        "North": 8104,
        "South": 8102
      }
    },
    {
      "id": 8104,
      "name": "The Stairwell",
      "exits": {
        "South": 8103,
        "Up": 8105
      }
    },
    {
      "id": 8105,
      "name": "A Hallway",
      "exits": {
        "East": 8106,
        "West": 8107,
        "Down": 8104
      }
    },
    {
      "id": 8106,
      "name": "The Altar Room",
      "exits": {
        "West": 8105
      }
    },
    {
      "id": 8107,
      "name": "A Hallway",
      "exits": {
        "North": 8108,
        "East": 8105
      }
    },
    {
      "id": 8108,
      "name": "The Throne Room",
      "exits": {
        "South": 8107
      }
    },
    {
      "id": 8109,
      "name": "The Imperial Road",
      "exits": {
        "North": 8100,
        "South": 8110
      }
    },
    {
      "id": 8110,
      "name": "The Imperial Road",
      "exits": {
        "North": 8109,
        "South": 8111
      }
    },
    {
      "id": 8111,
      "name": "Before the Imperial Road",
      "exits": {
        "North": 8110,
        "South": 8112
      }
    },
    {
      "id": 8112,
      "name": "Bridge before the Imperial Palace",
      "exits": {
        "North": 8111,
        "South": 8113
      }
    },
    {
      "id": 8113,
      "name": "Before a grand bridge",
      "exits": {
        "North": 8112,
        "South": 1869
      }
    },
    {
      "id": 1869,
      "name": "To Tarvalon",
      "otherAreaExit": true,
      "exits": {
        "North": 8113,
        "East": 1874,
        "South": 1866,
        "West": 1870
      }
    }
  ]
}